LanguageExt.Core

LanguageExt.Core DataTypes StringM

Contents

interface HashableString <STRING> Source #

where STRING : HashableString<STRING>, DomainType<STRING, string>

Properties

property StringComparison Comparison Source #

interface EqString <STRING> Source #

where STRING : EqString<STRING>, DomainType<STRING, string>

interface OrdString <STRING> Source #

where STRING : OrdString<STRING>, DomainType<STRING, string>

interface OrdinalIgnoreCase <STRING> Source #

where STRING : OrdinalIgnoreCase<STRING>, DomainType<STRING, string>

interface Ordinal <STRING> Source #

where STRING : Ordinal<STRING>, DomainType<STRING, string>

interface CultureIgnoreCase <STRING> Source #

where STRING : CultureIgnoreCase<STRING>, DomainType<STRING, string>

interface Culture <STRING> Source #

where STRING : Culture<STRING>, DomainType<STRING, string>

interface InvariantIgnoreCase <STRING> Source #

where STRING : InvariantIgnoreCase<STRING>, DomainType<STRING, string>

interface InvariantCulture <STRING> Source #

where STRING : InvariantCulture<STRING>, DomainType<STRING, string>

record StringM (string Value) Source #

Simple wrapper around String

Parameters

param Value

Contained value

Properties

property StringComparison Comparison Source #

Methods

method StringM From (string repr) Source #

method string To () Source #

record StringOrdinalM (string Value) Source #

Properties

property StringComparison Comparison Source #

Methods

method StringOrdinalM From (string repr) Source #

method string To () Source #

record StringOrdinalIgnoreCaseM (string Value) Source #

Properties

property StringComparison Comparison Source #

Methods

method StringOrdinalIgnoreCaseM From (string repr) Source #

method string To () Source #

record StringCultureM (string Value) Source #

Properties

property StringComparison Comparison Source #

Methods

method StringCultureM From (string repr) Source #

method string To () Source #

record StringCultureIgnoreCaseM (string Value) Source #

Properties

property StringComparison Comparison Source #

Methods

method StringCultureIgnoreCaseM From (string repr) Source #

method string To () Source #

record StringInvariantM (string Value) Source #

Properties

property StringComparison Comparison Source #

Methods

method StringInvariantM From (string repr) Source #

method string To () Source #

record StringInvariantIgnoreCaseM (string Value) Source #

Properties

property StringComparison Comparison Source #

Methods

method StringInvariantIgnoreCaseM From (string repr) Source #

method string To () Source #

interface StringM <SELF> Source #

where SELF : StringM<SELF>, DomainType<SELF, string>, IdentifierLike<SELF, string>, IEquatable<SELF>, IComparable<SELF>, ISpanParsable<SELF>, OrdString<SELF>, Monoid<SELF>

Simple wrapper around String

Parameters

param Value

Contained value

Properties

property int Length Source #

Length of the string

Methods

method string ToString () Source #

ToString override

method int GetHashCode () Source #

Operators

operator == (SELF lhs, SELF rhs) Source #

operator != (SELF lhs, SELF rhs) Source #